home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / README_d / README.atari next >
Encoding:
Text File  |  1995-12-27  |  1.1 KB  |  22 lines

  1. Gawk on the Atari has been compiled and tested using gcc, both
  2. with and without -mshort flag.  Other compilers can be used but if
  3. sizeof(pointer) != sizeof(int) this code will not compile correctly
  4. with a non-ANSI compiler (prototypes and library).
  5.  
  6. Compiled executables were tested and passed successfully a test suite
  7. similar to 'make test'.  Required changes are minor and minor
  8. modifications are due to differences in environment and/or shell.  If
  9. a need will arise a modified test suite with a driving Makefile (for
  10. gulam) is available on a request from Michal Jaegermann,
  11. michal@gortel.phys.ualberta.ca or michal@ellpspace.math.ualberta.ca,
  12. via e-mail.
  13.  
  14. Sample files atari/Makefile.st, atari/Makefile.awklib and
  15. atari/config.h assume gcc compilation and execution under TOS; it is
  16. likely that one would want to change it for another setup.  If they
  17. are ok then copy atari/Makefile.st to Makefile, atari/config.h to
  18. config.h and atari/Makefile.awklib to awklib/Makefile..  Pay attention
  19. to code fragments bracketed by '#ifdef atarist ... #endif'.  These
  20. modifications may not be required/desired with a different OS and/or
  21. libraries.
  22.